home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / strategy / vga_card.000 / vga_cardgames-1.3.1.tar / vga_cardgames / key.h < prev    next >
Text File  |  1995-02-26  |  339b  |  16 lines

  1. /*
  2.  * Keyboard handling
  3.  *
  4.  * Copyright (C) Evan Harris, 1994, 1995.
  5.  *
  6.  * Permission is granted to freely redistribute and modify this code,
  7.  * providing the author(s) get credit for having written it.
  8.  */
  9.  
  10. #define KEY_CURSORUP    -10
  11. #define KEY_CURSORDOWN  -11
  12. #define KEY_CURSORLEFT  -12
  13. #define KEY_CURSORRIGHT -13
  14.  
  15. int key_getkey();
  16.